attemptValidated

fun <E, A> ValidatedNel<E, A>.attemptValidated(): Either<Throwable, A>(source)

Turns your Validated List into an Either, but will throw an exception in the Left hand case.